home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4775 / 4775.xpi / chrome / autofillforms.jar / content / autofillFormsOptions.js < prev    next >
Text File  |  2008-07-10  |  356b  |  11 lines

  1. /*
  2.  * @package autofillForms
  3.  * @author Sebastian Tschan
  4.  * @copyright (c) Sebastian Tschan
  5.  * @license GNU General Public License
  6.  * @link https://blueimp.net/mozilla/
  7.  */
  8.  
  9. window.addEventListener('load', function() { autofillForms.optionsInitialize(); }, false);
  10. window.addEventListener('unload', function() { autofillForms.optionsFinalize(); }, false);
  11.